Posts tagged with SharePoint 2010
Another use case of QASPRibbon: creating multi level menu in Ribbon.
Read MoreNew field type named Geolocation (Geographic location that represents a point on a map)
Read MoreIf you create reports using Report Builder or BIDS it's avaiblable to use SharePoint list or document library as a DataSource. To retrieve data in this case CAML query is used, thus there is no direct way to get only distinct values from DataSet. And such is the need at least to fill paramete
Read MoreThere is SPStatefulLongOperation class in SharePoint 2010 that lets implement long time operation with updatable status.
Read MoreIn this post I show how to execute Cross-SiteCollection queries in SharePoint using Linq to SharePoint.
Read MoreHow to get a document icon URL for a file, which type is registered in SharePoint.
Read MoreLinq to SharePoint ia a native Microsoft data provider translating LINQ-expressions into CAML-queries for retrieving data from SharePoint lists (or document libraries). In this post I show how to implement repository pattern for Linq to SharePoint.
Read MoreCompare the performance of retrieving data from SharePoint Lists with Linq to SharePoint and Camlex.NET.
Read MoreToday's post is about Linq to SharePoint again. This time I'll show how to work with Choice and MultiChoice field.
Read MoreA small post about an interesting SharePoint feature: mask "Created By" and "Modified By" user account names from list item forms and views.
Read More